Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query: Enable materialzing collections of arbirtary shape in projection #16312

Merged
merged 1 commit into from
Jun 28, 2019

Conversation

smitpatel
Copy link
Member

Part of #15611
Will send out separate PR to enable tests and fix edge case bugs

This PR

  • Split out collection initialization/population for include to separate method due to type constraints
  • Swallow materialize collection navigation/ToList in projection. Rest of unknown methods, we will fall into client eval
  • Changes SqlTranslator to try translate & lift subquery always, allowing it to translate non Queryable defined but translatable methods
  • Make identifiers nullable always to identify null keys & no correlation

Part of #15611
Will send out separate PR to enable tests and fix edge case bugs

This PR
- Split out collection initialization/population for include to separate method due to type constraints
- Swallow materialize collection navigation/ToList in projection. Rest of unknown methods, we will fall into client eval
- Changes SqlTranslator to try translate & lift subquery always, allowing it to translate non Queryable defined but translatable methods
- Make identifiers nullable always to identify null keys & no correlation
@smitpatel smitpatel merged commit 4f1f019 into master Jun 28, 2019
@ghost ghost deleted the smit/collections_take3 branch June 28, 2019 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants